home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / misc / emu / AROS-docs.tgz.readme < prev    next >
Encoding:
Text File  |  1999-07-24  |  3.0 KB  |  90 lines

  1. Short:    AROS - Amiga Research OS (Beta release)
  2. Author:   Aaron "Optimizer" Digulla (digulla@hepe.com) and many others
  3. Uploader: Aaron "Optimizer" Digulla (digulla@hepe.com)
  4. Version:  1.12b
  5. Type:     misc/emu
  6.  
  7. !! THIS IS A BETA !!
  8.  
  9. New this time:
  10.  
  11. HOW TO USE THIS
  12. ---------------
  13.  
  14. There are two kinds of archives:
  15.  
  16.     AROS-source.tgz
  17.     AROS-docs.tgz
  18.     AROS-<key>-bin.tgz
  19.  
  20. AROS-source is the complete source tree, AROS-docs is just a copy of the
  21. HTML pages which you'll find on our site and AROS-<key>-bin is an archive
  22. with the binaries for <key>. Here is a list of keys:
  23.  
  24.     amiga - Binary for 680x0 hardware
  25.     lx86 - Binaries for Linux/i386
  26.     fx86 - Binaries for FreeBSD/i386
  27.     ibmpc - Binaries for IBM compatible PC standalone
  28.  
  29. If you are not involved with developing AROS but want to try it out or
  30. (even better) want to write apps for AROS, get the binary archive. It
  31. contains a ready-to-use copy of all binaries for AROS (not that there
  32. were many, yet ... :-). Unpack the archive, cd into AROS and run
  33. the arosshell (NOTE: For some systeme, there are shared versions of the
  34. libs to save disk space. On these systems, you must tell the loader to
  35. look into AROS/lib for additional libs. On most systems, do "export
  36. LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH" (without the "")).
  37.  
  38. Now you will get a prompt reading "Workbench:> ". Now type "dir all" and
  39. press return and doesn't it look familiar (There will be lots of debugging
  40. output which you can safely ignore. It will go away in the next versions) ?
  41. Try "demowin" to see what our intuition.library and graphics.library can
  42. do. Have you tried "sift" ? This is the AROS version of sift.c which is in
  43. the RKRMs. We just copied and compiled it and it works ! If you want to try
  44. it, copy any IFF file into the AROS directory and call sift with the
  45. name of that file. It will print you the contents of the file using
  46. iffparse.library !
  47.  
  48. WHERE TO FIND MORE INFOS ?
  49. --------------------------
  50.  
  51. Look at these pages on WorldWideWait:
  52.  
  53.     http://www.aros.org/ (Alias for Main site, preferred)
  54.     http://aros.fh-konstanz.de/aros/ (Main site)
  55.     http://home.pages.de/~aros/ (Alias for main site)
  56.     http://www.lysator.liu.se/amiga/aros/ (Sweden Mirror)
  57.     http://www.xs4all.nl/~ldp/aros/ (AROS for Amiga)
  58.  
  59. If you have FTP, you can also get the most recent version as tar.gz files
  60. (quite smaller than lha) from
  61.  
  62.     ftp://aros.fh-konstanz.de/pub/aros/
  63.  
  64. HOW DO I REPORT BUGS ?
  65. ----------------------
  66.  
  67. There are these EMail addresses where you can send bug reports to:
  68.  
  69.     aros-bugs@aros.fh-konstanz.de
  70.     aros-linux-bugs@aros.fh-konstanz.de
  71.     aros-amiga-bugs@aros.fh-konstanz.de
  72.  
  73. MISC
  74. ----
  75.  
  76. This software is subject to the "AROS PUBLIC LICENSE" which can be found
  77. in this archive as license.html. The license is derived from the Mozilla
  78. Public License. The biggest difference is that the word "Mozilla" has
  79. been replaced by "AROS" everywhere in the text.
  80.  
  81. If you like it and use it regularly please send a message to the
  82. following address:
  83.  
  84.     Aaron "Optimizer" Digulla
  85.     Haldenweg 5
  86.     78464 Konstanz
  87.     Germany
  88.  
  89.     EMail: digulla@hepe.com
  90.